/*

File:			custom.css

Description:	Custom styles for the Thesis Theme that you define



Use:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to overwrite *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; } <--- This makes links green

	

	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

.custom .teaser { text-align: justify; }



Why this works:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!

*/

/*---:[ custom background ]:---*/
/*---:[ Set 2: repeating background grid pattern ]:---*/

body.custom { background: #07333a url('images/dvdet.png') no-repeat fixed 50% 0;}

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #9eb3b9; border-top: 0; }

/*---:[ end Set 2 ]:---*/
.custom #header { position: relative; }
	.custom .feed_count { position: absolute; top: 0.7em; right: 0; }


/* === NAVIGATION === */
.custom ul#tabs {padding-bottom:0; border:0;}
	.custom ul#tabs li {margin-bottom:0; padding-bottom:0; border:0;}
	.custom ul#tabs li, .custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:none;}
		.custom ul#tabs li a {text-align:center; padding:1em; margin:0 1em 0 0; text-transform:lowercase; letter-spacing:0; background-color:#eee;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {background-color:#062d38; color:#fff;}
		.custom ul#tabs li a:hover, .custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover {background-color:#062d38; color:#fff; text-decoration:none;}
	.custom ul#tabs li.rss a {background-color:transparent; padding-right:20px;}
		.custom ul#tabs li.rss a:hover {color:#062d38;}

/* === HEADER === */
.custom #header {border-bottom:none;}
	.custom p#logo {background:url('http://www.dvd-detective.com//wp-content/themes/thesis[v.1.5]/images/dvdet.png') no-repeat; height:86px;}
		.custom p#logo a {display:block; height:86px; width:795px; text-indent:-999px;}
	.custom #header #tagline {visibility:hidden;}

.custom #twitter_div {width:35em; float:right; font-size:1.4em; margin-bottom:1em;}
	.custom #twitter_div ul#twitter_update_list {float:left; width:25em; min-height:50px; list-style:none; background-color:#062d38; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:0.75em;}
		.custom #twitter_div ul#twitter_update_list span {display:block;}
		.custom #twitter_div ul#twitter_update_list a {color:#fff; text-decoration:underline;}
			.custom #twitter_div ul#twitter_update_list a:hover {text-decoration:none;}
		.custom #twitter_div p.follow {text-align:right; font-size:85%; padding-right:125px; margin-top:-1em;}
	.custom #twitter_div img {float:left; clear:none; margin-top:-1.5em; margin-left:-0.1em;}

/* === REMOVE BORDER === */
.custom #content_box {background:none;}

/* === FEATURED POSTS BOX === */
.custom #custom_box {postition:relative; width:300px;}
	.custom #custom_box a p.featured {font-size:2em; line-height:1.25em; color:#fff; background-color:#000; width:260px; z-index:1; position:absolute; padding:0.5em 1em; filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;}
		.custom #custom_box a:hover p.featured {filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
	.custom #custom_box a img.featured {width:100%;}

/* === SOCIAL PAGE === */
.custom #flickr, .custom #twitter {width:45%; margin-right:3%; float:left;}
.custom #twitter {background:url(images/twitter-sm.png) top right no-repeat;}
	.tweet {background:#eee; border:1px solid #ddd; padding:1em; margin-bottom:1em;}
		.tweet p {margin-bottom:0;}
#flickr img { width:100px; margin:10px; }

/* === FOOTER === */
.custom #footer_1.sidebar {margin-top:0; margin-bottom:1em;}
	.custom #footer_1 li.widget {width:100%; float:left; margin-right:2%; font-size:1.1em; text-align:justify;}
		.custom #footer_1 li.widget h3 {border-bottom:1px solid #ddd; text-align:center;}
		.custom #footer_1 li.widget a {text-decoration:none;}

		.custom #footer_1 li.widget ul {padding:0 0.5em;}

.custom #footer ul#tabs {font-size:0.875em;}
	.custom #footer ul#tabs li.rss {float:left;}
	.custom #footer ul#tabs li a {border-bottom:none;}
		
.custom #footer .alignleft { margin: 0 0.5em 0.5em 0; float: left; clear: left; }
.custom #footer .frame {padding:3px; background-color:#eee; border:1px solid #ddd;}

.custom #content_box {background-color:#EEEEEE;}
.custom #content {background-color:#ffffff;} 

.custom div.welcome_box {
width: 90%;
padding: 0.571em 0.786em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
padding-bottom: 0em;
}

.custom .format_text p.orangebox {
background: #81F7F3 none repeat scroll 0 0;
border: 1px solid #CCCCCC;
padding: 0.571em 0.786em;
}
.custom .teaser { text-align: justify; }

.custom div.promobox2 { border-top: 6px solid #2361A1; border-bottom: 6px solid #2361A1; background-color: #CCE1F5; color: black; padding:1em; margin-bottom: 0.5em;}
.custom div.promobox2 H3{ margin-top:0em;}
.custom div.promobox2 a:hover img {border:3px solid #bebebe;}
.custom div.promobox2 a img {border:3px solid #CCE1F5;}
.custom div.promobox2 img {padding: 0px; }

.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}

.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.3em;}

blockquote.left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; border: none !important; padding: 0 !important; float: left; }

blockquote.right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; border: none !important; padding: 0 !important; float: right; }

.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; }

.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }
.custom .sidebar h3 { padding: 0.3em; color: #FFFFFF; text-align: center; background: #07333a none repeat scroll 0 0; text-shadow: 1px 1px 1px #333333;]

body.custom {
	background: #EFFAFF none repeat scroll 0 0;
}

.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}